'Declaration<__DynamicallyInvokableAttribute()> Function Contains( _ ByVal item As TValue _ ) As System.Boolean
'UsageDim instance As IVistaDBKeyedCollection(Of TKey,TValue) Dim item As TValue Dim value As System.Boolean value = instance.Contains(item)
Parameters
- item
- The object to locate in the System.Collections.Generic.ICollection`1.
Return Value
true if item is found in the System.Collections.Generic.ICollection`1; otherwise, false.